home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / PARADE.EXE / scripts / DefineButton2_166 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2000-08-17  |  194 b   |  11 lines

  1. on(release){
  2.    if(getProperty("/catdog", _Y) < "150")
  3.    {
  4.       setProperty("/catdog", _Y, getProperty("/catdog", _Y) + "2");
  5.    }
  6.    tellTarget("/catdog")
  7.    {
  8.       play();
  9.    }
  10. }
  11.